home *** CD-ROM | disk | FTP | other *** search
- HideDesktop (XCMD)
-
- This XCMD allows you to hide the desktop.
-
- Parametres:
-
- HideDesktop <ON/OFF>[,<R,V,B>]
-
- - <ON/OFF> => enables on disables the command.
- The use of TRUE/FALSE instead ON/OFF is possible.
-
- Optional:
- - <R,V,B> => allows to give a chosen color to the background (default R=0,V=0,B=0, that is black).
-
- Syntax:
-
- HideDesktop "?" -- returns some help
- HideDesktop "!" -- returns version number
-
- on mouseUp
- HideDesktop "ON"
- end mouseUp
-
- on mouseUp
- HideDesktop "OFF"
- end mouseUp
-
- Erreor messages:
-
- - Error: wrong parameters!
- - Error: low memory!
- - Error: HideDeskTop is already in use!
- - Error: Unable to hide the desktop (low memory)!
- - Error: Unable to close HideDeskTop window , you must install it before!
-
- Copyright:
-
- HideDesktop ©1994-95 by Harry Alloul - All rights reserved.
-
- This is part of OpenStack™ package.
-